Create 2025-11-21T183000_add_Walk2Earn #2421
Open
+2
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the "Walk2Earn" project, a Web3 fitness-reward application built on the Celo blockchain.
Features:
Frontend: Next.js + TailwindCSS, optimized for mobile users
Backend API: Node.js server handling step tracking and reward distribution
Smart Contracts: Solidity contracts deployed on Celo for reward minting and user data storage
Token rewards: Users earn on-chain rewards based on steps tracked from the app
User dashboard: Real-time view of steps, earnings, and activity history
Gamification: Daily goals, streak rewards, and achievements
How it works:
The mobile app tracks the user's steps using device motion sensors.
The backend validates activity data and prevents cheating.
Verified steps are submitted on-chain through a smart contract on Celo.
Users receive token rewards and can track their statistics via the web dashboard.
Project link:
GitHub repo: Walk2Earn — https://github.com/SmogWMS/Walk2Earn